func runtime.eqslice

2 uses

	runtime (current package)
		mprof.go#L231: 		if b.typ == typ && b.hash == h && b.size == size && eqslice(b.stk(), stk) {
		mprof.go#L260: func eqslice(x, y []uintptr) bool {